home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / DynamicElements / RadioButtons.wo / RadioButtons.wos < prev   
Encoding:
Text File  |  1996-03-08  |  322 b   |  13 lines

  1.  
  2. - showExample1 {
  3.     return [WOApp pageWithName:@"RepetitionEx2"];
  4. }
  5.  
  6. // This method sets the current synopsis page for the session.  
  7. // The "Synopsis Page" hyperlink in the example page requires this
  8. // information.
  9. - willPrepareForRequest:request inContext:context {
  10.     [WOApp setSynopsisPage:[context pageName]];
  11. }
  12.  
  13.